SIntInstall
SIntInstall Add a new element to the interrupt queue
#include <Devices.h> Device Manager
OSErr SIntInstall(sIntQElemPtr, theSlot );
SQElemPtr sIntQElemPtr; address of a new element
short theSlot ; value of the slot number
returns Error Code; 0=no error
SIntInstall adds a new element to the interrupt queue for a particular card
slot on the bus
sIntQElemPtr points to the element being added to the interrupt queue for a given
slot.
theSlot is the location on the bus where the new element is being installed
Returns: an operating system Error Code. It will be one of:
noErr (0) No error
slotNumErr (-360) invalid slot # error